-
-
Couldn't load subscription status.
- Fork 78
Fix sparse mul! #692
Fix sparse mul! #692
Conversation
|
Thanks! |
|
Build failed: |
|
Tests failed with |
faca527 to
dd44454
Compare
|
The culprit should be |
|
The conjugate-transpose of a transposed complex matrix A is not A but |
97c71dd to
713422b
Compare
|
I read the documentation of @maleadt, it's ready to be tested. |
| ctransa = 'T' | ||
| end | ||
| cutransa = cusparseop(ctransa) | ||
| cuind = cusparseindex(index) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cuind variable is not used. I removed it.
713422b to
2ec414f
Compare
|
bors d+ |
|
✌️ amontoison can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors try |
|
What about:
|
tryBuild failed: |
|
bors try |
tryBuild succeeded: |
|
About the |
|
bors r+ |
|
Build succeeded: |
close #629
#630 , #637
@haampie